ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexRadar<T> Class / AxisY Property

In This Topic
    AxisY Property (FlexRadar<T>)
    In This Topic
    Gets the main Y axis.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AxisY As ChartAxis(Of T)
    public ChartAxis<T> AxisY {get;}
    See Also